* coding.c (coding_set_source, coding_set_destination):
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 01:41:19 +0000 (17:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 01:41:19 +0000 (17:41 -0800)
commit63c9583874e6a3ec19825743cf6ea241cfde76ca
treec61be0f035f663e1d6d5289df9d4e11c43ca5dfd
parent70a7a8e01b383f2f7deb492e358116bb1fa61b34
* coding.c (coding_set_source, coding_set_destination):

Use "else { /* comment */ }" rather than "else /* comment */;"
for clarity, and to avoid gcc -Wempty-body warning.
src/ChangeLog
src/coding.c